FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageehelse.fhir.no.grunndata.test
Resource TypeSearchParameter
Idgd-Address-contenttype
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehelse.fhir.no.grunndata.test@2.3.3&canonical=http://ehelse.no/fhir/SearchParameter/gd-Address-contenttype
URLhttp://ehelse.no/fhir/SearchParameter/gd-Address-contenttype
Version2.3.1
Statusactive
NameGdAddressContentTypeSearchParameter
DescriptionSearchParameter for the content type of gd-Addresses
Typetoken

Resources that use this resource

CapabilityStatement
v300Requirements for Grunndata Person Service Interface (server)

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "id": "gd-Address-contenttype",
  "url": "http://ehelse.no/fhir/SearchParameter/gd-Address-contenttype",
  "version": "2.3.1",
  "name": "GdAddressContentTypeSearchParameter",
  "status": "active",
  "description": "SearchParameter for the content type of gd-Addresses",
  "code": "addresscontenttype",
  "base": [
    "Patient",
    "Person",
    "RelatedPerson",
    "Practitioner"
  ],
  "type": "token",
  "expression": "Patient.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressContentType').value | Person.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressContentType').value | RelatedPerson.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressContentType').value | Practitioner.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressContentType').value",
  "xpath": "f:Patient/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressContentType'] | f:Person/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressContentType'] | f:Practitioner/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressContentType'] | f:RelatedPerson/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressContentType']",
  "xpathUsage": "normal",
  "multipleOr": true,
  "multipleAnd": true,
  "modifier": [
    "missing",
    "exact",
    "contains"
  ]
}